home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / misc / emu / Apex-src.lha / MISC.BUG < prev    next >
Text File  |  2001-09-30  |  2KB  |  71 lines

  1. MISC.BUG    JUL-01-88
  2.  
  3.  
  4. TERMA
  5.  
  6. Doesn't handshake with RedRyder on the Mac.
  7.  
  8.  
  9. DISASSEMBLER
  10.  
  11. ORI #$0700,SR is incorrectly shown as ORI #$0700,CCR.
  12.  
  13. C0FC 000A gives MULU #???,D0.
  14.  
  15. Can't handle FMOVE #<xxx>,FPx or CMPA #<xxx>,An
  16. Some opcodes with immediate data are not handled correctly and throw the
  17. disassembler out of sync.
  18.  
  19. Illegal instructions should be disassembled as: DC.W
  20.  
  21. Should show 68000 instruction timing. (68020 timing is too difficult.)
  22.  
  23. Disassembling garbage can cause bus errors!
  24. Got Addr: $3176, Funct: $1415, Access: $4DFAFF7E, Instr: $1416
  25. Tryed to disassemble:
  26.     2896C:  0707  BTST  D3,D7
  27.     2896E:  0707  BTST  D3,D7
  28.     28970:  FEE0 7E60 A1B1 2131
  29.  
  30.  
  31. COPY
  32.  
  33. Should make sure it is copying to an Apex disk. (Beware of swapping a
  34. disk that is in a sub-directory.) Look for "apex" in the directory.
  35.  
  36. Terminates if a typo immediately follows the name of a file.
  37. E.g: FROG]<cr>
  38.  
  39. COPY should be able to use the default file name.
  40.  
  41. COPY should be able to call routines in the main body of Apex. It is
  42. wrong to duplicate large amounts of code. It should be part of Apex. It
  43. is inconsistent even from the point of view of the operator.
  44.  
  45. When Apex can't find a file, it should say exactly what file it was
  46. looking for. Replace messages such as NOPE - NO SUCH FILE. Also modify
  47. messages in COPY.
  48.  
  49.  
  50. SET
  51.  
  52. Change rule of ones convention on buffer ranges.
  53.  
  54. Don't allow setting heap or stack on an odd address.
  55.  
  56. PRINTHAN
  57.  
  58. Long lines are not handled correctly (such as when printing .OBJ files).
  59.  
  60.  
  61. XMODEM
  62.  
  63. XGET must be started after XSEND on the Stride.
  64.  
  65. Does not use proper protocol for EOT.
  66.  
  67. XMODEM should be split into two handlers, one block oriented and one byte
  68. oriented.
  69.  
  70. Should be able to send binary files (XCOPY).
  71. shou